﻿.leave_msg_container
{
    padding: 10px;
}

.leave_msg_container .left_text
{
    width: 50px;
    text-align: right;
}

.leave_msg_container .left_text div
{
    height: 50px;
    line-height: 50px;
}

.leave_msg_container .right_input div
{
    height: 50px;
    line-height: 50px;
}

.leave_msg_container .right_input input
{
    width: 240px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.leave_msg_container .right_input textarea
{
    border: 1px solid #ccc;
}

.leave_msg_container .content_text
{
    height: 200px;
}


.leave_msg_container .msg_content_container .content
{
    height: 100px;
    width: 240px;
    font-size: 14px;
}

.leave_msg_container .opts
{
	width: 333px;
	text-align: center;
}

.leave_msg_container .msg_submit
{
    background: #000000;
    width: 105px;
    height: 29px;
    border: 0px;
    outline: none;
    color: #b38680;
}

.leave_msg_container .msg_reset
{
    background: #000000;
    width: 105px;
    height: 29px;
    border: 0px;
    outline: none;
    color: #b38680;
}